🔥Firewall Detector API

Scans to detect if a website is behind a firewall and determines what firewall it is.

The API host for all tools is tools.datalabs.net.


Firewall Detector API

POST https://tools.datalabs.net/firewallDetector
Host: tools.datalabs.net
Content-Type: application/json

{
  "key": "DATALABS_API_KEY", // Required - DataLabs API Key
  "url": "sucuri.net" // Required - URL to be checked
}
Example Response
{
    "success": true,
    "result": "Sucuri CloudProxy (Sucuri Inc.)"
}

Last updated